home *** CD-ROM | disk | FTP | other *** search
- object ConnDiagnosticsForm: TConnDiagnosticsForm
- Left = 219
- Top = 107
- Width = 419
- Height = 280
- Caption = 'Connection Diagnostics'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 411
- Height = 212
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 411
- Height = 212
- Align = alClient
- BevelInner = bvLowered
- BevelOuter = bvNone
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 212
- Width = 411
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object Button1: TRzButton
- Left = 11
- Top = 10
- Default = True
- ModalResult = 1
- Caption = '&Ok'
- HotTrack = True
- TabOrder = 0
- end
- object Button2: TRzButton
- Left = 97
- Top = 10
- Width = 123
- Caption = 'Copy to Clipboard'
- HotTrack = True
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- end
-